[Volumes] Create a new storage volume
Compute
[Volumes] Create a new storage volume
Create a new persistent block storage volume in the specified project. Volumes can be attached to compute instances to provide additional storage. Volume creation is asynchronous; monitor the task status for completion.
POST
[Volumes] Create a new storage volume
Authorizations
Use Authorization: Bearer <token> header. Token can be a JWT token or an API key (format: sk-onetsolutions-...).
Path Parameters
Unique identifier of the organization that owns the resource.
Unique identifier of the project containing the resource.
Body
application/json
Volume name
Maximum string length:
255Volume size in GB
Required range:
0 <= x <= 4294967295Disk type (ssd, nvme)
ssd- SSDnvme- NVMeunknown- Unknown
Available options:
ssd, nvme, unknown Response
Volume creation initiated successfully

